You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVec Class > TVec Methods > CopyMtx Method > TVec.CopyMtx Method ([In] TMtx)
Dew Math for .NET
ContentsIndexHome
Example
var b,c: TVec; A: TMtx; begin CreateIt(b,c); CreateIt(A); try a.SetIt(2,2,False,[1,2,3,4]); b.CopyMtx(a); // b = [1,2,3,4] finally FreeIt(A); FreeIt(b,c); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.